home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / mod3.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  47 lines

  1. # Modula 3 language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 21.11.2002
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=and       do          from        not         repeat     until
  19. any       else        generic     object      return     untraced
  20. array     elsif       if          of          reveal     value
  21. as        end         import      or          root       var
  22. begin     eval        in          overrides   set        while
  23. bits      except      interface   procedure   then       with
  24. branded   exception   lock        raise       to
  25. by        exit        loop        raises      try
  26. case      exports     methods     readonly    type
  27. const     finally     mod         record      typecase
  28. div       for         module      ref         unsafe
  29.  
  30. $KW_LIST(kwb)=abs       bytesize   extended  integer    min     number    text
  31. address   cardinal   false     istype     mutex   ord       true
  32. adr       ceiling    first     last       narrow  real      trunc
  33. adrsize   char       float     longreal   new     refany    typecode
  34. bitsize   dec        floor     loophole   nil     round     val
  35. boolean   dispose    inc       max        null    subarray
  36.  
  37.  
  38. $STRINGDELIMITERS=" '
  39.  
  40. $SL_COMMENT=//
  41.  
  42. $ML_COMMENT=(* *)
  43.  
  44. $IGNORECASE=true
  45.  
  46. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  47.